home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00019_SIDE Hotlink Handler.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  339 b   |  16 lines

  1. global gHFDone
  2.  
  3. on mouseDown
  4.   global gHFcurrSide, gHFcurrSidePage, gHFcurrSideSize, ghfathleteno
  5.   if rollOver(37) then
  6.     pass()
  7.     exit
  8.   end if
  9.   set vANo to ghfathleteno
  10.   CheckHotLink(gHFcurrSide & gHFcurrSidePage & gHFcurrSideSize, the mouseWord)
  11.   if ghfathleteno <> vANo then
  12.     set gHFDone to 1
  13.   end if
  14.   dontPassEvent()
  15. end
  16.